home *** CD-ROM | disk | FTP | other *** search
Makefile | 1998-08-12 | 762 b | 27 lines |
-
- /* Copyright (c) Mark J. Kilgard, 1994. */
-
- #include "../../Glut.cf"
-
- TARGETS = lineblend worms rings agv_example fractals moth text3d \
- noof gears hanoi steam
-
- SRCS = lineblend.c rings.c worms.c agv_example.c agviewer.c fractals.c \
- fracviewer.c hanoi.c moth.c gears.c noof.c text3d.c hanoi.c steam.c
-
- AllTarget($(TARGETS))
-
- SimpleGlutProgramTarget(gears)
- SimpleGlutProgramTarget(hanoi)
- SimpleGlutProgramTarget(lineblend)
- SimpleGlutProgramTarget(moth)
- SimpleGlutProgramTarget(noof)
- SimpleGlutProgramTarget(rings)
- SimpleGlutProgramTarget(steam)
- SimpleGlutProgramTarget(text3d)
- SimpleGlutProgramTarget(worms)
- NormalGlutProgramTarget(agv_example,agv_example.o agviewer.o)
- NormalGlutProgramTarget(fractals,fractals.o fracviewer.o)
-
- DependTarget()
-